type runtime.muintptr
14 uses
runtime (current package)
mgc.go#L1374: m muintptr
proc.go#L2715: newm muintptr
runtime2.go#L307: type muintptr uintptr
runtime2.go#L310: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
runtime2.go#L313: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L321: (*muintptr)(unsafe.Pointer(mp)).set(new)
runtime2.go#L495: lockedm muintptr
runtime2.go#L595: schedlink muintptr
runtime2.go#L600: nextwaitm muintptr // next m waiting for lock
runtime2.go#L657: m muintptr // back-link to associated m (nil if idle)
runtime2.go#L786: midle muintptr // idle m's waiting for work
rwmutex.go#L20: readers muintptr // list of pending readers
rwmutex.go#L24: writer muintptr // pending writer waiting for completing readers
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |